get_stock_quote($ticker); $title="Stock Quote for " . $quote->name; $meta="Penny Stock Investing: Quote & Research for " . $quote->name . " (".$ticker.")"; include("/home/penny/www" . "/includes/toptemplate.php"); if($quote->result==1) { $sql=mysql_query("SELECT * FROM quote_counter WHERE ticker = '$ticker'"); if($exists=mysql_fetch_array($sql)) { mysql_query("UPDATE quote_counter SET count = count + 1 WHERE ticker = '$ticker'"); } else { mysql_query("INSERT INTO quote_counter (ticker, count) VALUES ('$ticker', '1')"); } ?>
Quote for: - ( )
(up to 15 minutes delayed)
Lastest Quote:
( )
Quote Time:
Change:
Day High:
Day Low:
Previous Close:

6 Month Chart for
Yahoo! Finance for

News Headlines:

 


Get Another Quote:


(Insert .OB for OTCBB and .PK for Pink Sheets Securities)

result; } include("/home/penny/www" . "/includes/bottomtemplate.php"); ?>